--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Commit e17f702f84461392367b6d77f95c632c101b4bbd
Parents : 2669301
Author : Ivan <ivan@quad4.io>
Signature : Signature validation error
Date : 2026-04-13T22:05:00-05:00
feat(locales): add "ping_in_progress" message to German, English, Italian, and Russian locale files
Changes
4 files changed, 4 insertions(+), 0 deletions(-)
Diff
diff --git a/meshchatx/src/frontend/locales/de.json b/meshchatx/src/frontend/locales/de.json
index 7f5e5233..fa6444d9 100644
--- a/meshchatx/src/frontend/locales/de.json
+++ b/meshchatx/src/frontend/locales/de.json
@@ -811,6 +811,7 @@
"invalid_destination_hash": "Invalid destination hash",
"invalid_destination_hash_format": "Invalid destination hash format",
"ping_failed": "Ping failed. Try again later",
+ "ping_in_progress": "Ziel wird angepingt",
"ping_reply_from": "Valid reply from {hash}",
"duration": "Duration: {duration}",
"hops_there": "Hops There: {count}",
diff --git a/meshchatx/src/frontend/locales/en.json b/meshchatx/src/frontend/locales/en.json
index 0d071cac..6b5810c0 100644
--- a/meshchatx/src/frontend/locales/en.json
+++ b/meshchatx/src/frontend/locales/en.json
@@ -763,6 +763,7 @@
"invalid_destination_hash": "Invalid destination hash",
"invalid_destination_hash_format": "Invalid destination hash format",
"ping_failed": "Ping failed. Try again later",
+ "ping_in_progress": "Pinging destination",
"ping_reply_from": "Valid reply from {hash}",
"duration": "Duration: {duration}",
"hops_there": "Hops There: {count}",
diff --git a/meshchatx/src/frontend/locales/it.json b/meshchatx/src/frontend/locales/it.json
index 0098c4d5..09bb16ec 100644
--- a/meshchatx/src/frontend/locales/it.json
+++ b/meshchatx/src/frontend/locales/it.json
@@ -813,6 +813,7 @@
"invalid_destination_hash": "Hash di destinazione non valido",
"invalid_destination_hash_format": "Formato hash di destinazione non valido",
"ping_failed": "Ping fallito. Riprova più tardi",
+ "ping_in_progress": "Ping alla destinazione in corso",
"ping_reply_from": "Risposta valida da {hash}",
"duration": "Durata: {duration}",
"hops_there": "Salti Andata: {count}",
diff --git a/meshchatx/src/frontend/locales/ru.json b/meshchatx/src/frontend/locales/ru.json
index 53626db8..78f17ee8 100644
--- a/meshchatx/src/frontend/locales/ru.json
+++ b/meshchatx/src/frontend/locales/ru.json
@@ -811,6 +811,7 @@
"invalid_destination_hash": "Invalid destination hash",
"invalid_destination_hash_format": "Invalid destination hash format",
"ping_failed": "Ping failed. Try again later",
+ "ping_in_progress": "Пинг цели",
"ping_reply_from": "Valid reply from {hash}",
"duration": "Duration: {duration}",
"hops_there": "Hops There: {count}",
──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────